Interface Antenna

All Superinterfaces:
IPCObject, Link
All Known Implementing Classes:
AntennaImpl

public interface Antenna extends Link
Information provided by the PKI file:

    \class Antenna
    
    \brief The Antenna class represents the wireless link.
    
    \example network().getDevice(QString:Wireless Router0).getPort(string:Wireless).getLink()
    
Author:
Auto-generated
  • Method Details

    • getPort

      Port getPort()
      Information provided by the PKI file:
      
          \brief Returns the port object associated with this Antenna.
          
          \return Port, the port object associated with this Antenna.
          
              
      Returns:
      Port Returns a Port
    • getReceiverCount

      int getReceiverCount()
      Information provided by the PKI file:
      
          \brief Returns the number of receivers associated with this Antenna.
          
          \return int, the number of receivers associated with this Antenna.
          
              
      Returns:
      int Returns a int
    • getReceiverAt

      Antenna getReceiverAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the Antenna receiver at the specified index.
          
          \param int index, the index of Antenna receiver.
          
          \return Antenna, the Antenna receiver at the specified index.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      Antenna Returns a Antenna